home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / FROMUTS / UNIXLIB37B / clib_h_stddef < prev    next >
Encoding:
Text File  |  1990-08-11  |  188 b   |  15 lines

  1. /* stddef.h (c) Copyright 1990 H.Rogers */
  2.  
  3. #ifndef __STDDEF_H
  4. #define __STDDEF_H
  5.  
  6. #ifndef __SYS_TYPES_H
  7. #include "sys/types.h"
  8. #endif
  9.  
  10. #ifndef __ERRNO_H
  11. #include <errno.h>
  12. #endif
  13.  
  14. #endif
  15.